home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-15 | 386 b | 18 lines | [TEXT/MPS ] |
- # setNBPAddress
- #
- # ©1992 Apple Computer
- # Michael Sprong
-
- Begin
- set exit 0
- if {#} == 1
- # set agent name
- echo "7∂n4∂n{1}∂n0∂n0" | DrWatsonTool ∑ Dev:Null
- else if {#} == 2
- # set agent name, type
- echo "7∂n4∂n{1}∂n5∂n{1}∂n0∂n0" | DrWatsonTool ∑ Dev:Null
- else if {#} == 3
- # set agent name, type, zone
- echo "7∂n4∂n{1}∂n5∂n{1}∂n6∂n{1}∂n0∂n0" | DrWatsonTool ∑ Dev:Null
- end
- end